home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 22 / AMUG_22-1.ISO / Files / Internet / Web Things / HTML 201.sit / HTML 201 / HTML 201.rsrc / TEXT_136.txt < prev    next >
Encoding:
Text File  |  1996-03-13  |  1.6 KB  |  30 lines

  1.  
  2. Drill 6
  3.  
  4. Links to your other web pages on your server
  5.  
  6. Now we will add a link that will jump to another document you have authored. To do this, the document has to be in the same directory or folder on the server. Ask the tech support people at your internet provider about this. What I show you here should suffice and any changes you might have to make to your document will be minor or none.
  7.  
  8. Here is the code I added to the document in the last drill:
  9.  
  10. I love to get mail so<A HREF="mailto:rgbrothers@aol.com">drop me a note</A>.
  11. <P> ------------> This is where we will add the code for the next                                                                             
  12.                  link.
  13.  
  14. Here is what I  will add:
  15.  
  16. For my more serious side, please read my <A HREF="resume.html">resume</A>.
  17. <P>
  18.  
  19. Save the document and then open it with your browser. You should see the text you typed and the text between the anchor tags should be a different color and underlined.
  20.  
  21. Now create a new .HTML document using your word proccessing program and save it as the value you have in the code. When you click on the link in your document, you should be moved to the new document you have created.
  22.  
  23. Note: You should also create a link that will return you to the page you came from.You follow the same procedure.
  24.  
  25. When the reader clicks on the underlined text, he should go to the document you named as the value.If you open up lists.html with your browser and click on resume, you will go to another page that has my resume on it.
  26.  
  27. If you don't see what I described then use those trouble shooting tips in the previous drills.
  28.  
  29. On to drill 7.
  30.